home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
GRAPHICS
/
POV302.ZIP
/
pov302
/
docsdemo
/
pov
/
hfdemo
< prev
next >
Wrap
Text File
|
1997-01-21
|
401b
|
28 lines
//
// POV-Ray(tm) 3.0 tutorial example scene.
// Copyright 1996 by the POV-Ray Team
//
//
// Note: image.pov has to be traced before this scene can be used.
//
#include "colors.inc"
camera{
location <0, 2, -10>
look_at 0
angle 30
}
height_field {
tga "image.tga"
smooth
pigment { White }
translate <-.5, -.5, -.5>
scale <17, 1.75, 17>
}
light_source{ <1000,1000,-1000> White }